home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / xcmd_eff.sit / Effect XCMD / card_4361.txt < prev    next >
Text File  |  1988-01-25  |  1KB  |  35 lines

  1. -- card: 4361 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2583
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=11 top=91 right=325 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part contents for card part 1
  23. ----- text -----
  24. To Use EFFECT, all you need is a field on the card called
  25. "EFFECTS CARD".  That field should contain some lines of HyperTalk commands.  Please note that there is no looping or branchingΓÇö the commands are executed sequentially.
  26.  
  27. To do your effect, simply include the new HyperTalk message EFFECT followed by the name of your effect, in quotes.  For instance:
  28.  
  29. on mouseUp
  30.    effect "To Next Card"
  31. end mouseUp
  32.  
  33. The name of the field on the effects card (that is, the name that you type in when you choose "field infoΓǪ") should be the same name as your effect.  In the above example, there should be a card field named "To Next Card" on the card called "Effects card" in your stack.
  34.  
  35. If there are errors in the HyperTalk code in the text field on the effects stack, you will be notified of those errors by HyperCard, but the remaining lines of Hypertalk will still be interpreted.